|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPage | |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.team.ui.synchronize | Application programming interfaces for interaction with the Eclipse Synchronize View. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
Uses of IPage in org.eclipse.debug.ui |
Methods in org.eclipse.debug.ui that return IPage | |
protected IPage |
AbstractDebugView.createDefaultPage(PageBook book)
The default page for a debug view is its viewer. |
Uses of IPage in org.eclipse.team.ui.synchronize |
Classes in org.eclipse.team.ui.synchronize that implement IPage | |
class |
TeamSubscriberParticipantPage
A synchronize view page that works with participants that are subclasses of TeamSubscriberParticipant . |
Uses of IPage in org.eclipse.ui.part |
Subinterfaces of IPage in org.eclipse.ui.part | |
interface |
IPageBookViewPage
Interface for a page in a pagebook view. |
Classes in org.eclipse.ui.part that implement IPage | |
class |
MessagePage
A message page display a message in a pagebook view. |
class |
Page
Abstract base superclass for pages in a pagebook view. |
Fields in org.eclipse.ui.part declared as IPage | |
IPage |
PageBookView.PageRec.page
The page. |
Methods in org.eclipse.ui.part that return IPage | |
protected abstract IPage |
PageBookView.createDefaultPage(PageBook book)
Creates and returns the default page for this view. |
IPage |
PageBookView.getCurrentPage()
Returns the currently visible page for this view or null if no page is currently visible. |
IPage |
PageBookView.getDefaultPage()
Returns the default page for this view. |
Methods in org.eclipse.ui.part with parameters of type IPage | |
protected PageSite |
PageBookView.getPageSite(IPage page)
Returns the view site for the given page of this view. |
protected PageBookView.PageRec |
PageBookView.getPageRec(IPage page)
Returns the page record for the given page of this view. |
Constructors in org.eclipse.ui.part with parameters of type IPage | |
PageBookView.PageRec(IWorkbenchPart part,
IPage page)
Creates a new page record initialized to the given part and page. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |